runtime._func.deferreturn (field)
5 uses
runtime (current package)
panic.go#L689: if frame.fn.deferreturn == 0 {
panic.go#L702: d1.pc = frame.fn.entry() + uintptr(frame.fn.deferreturn)
runtime2.go#L897: deferreturn uint32 // offset of start of a deferreturn call instruction from entry, if any.
traceback.go#L428: if frame.fn.deferreturn != 0 {
traceback.go#L429: frame.continpc = frame.fn.entry() + uintptr(frame.fn.deferreturn) + 1
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |